@charset "utf-8";
/* css reset www.admin10000.com */
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
ul,
p {
  margin: 0;
}
.text-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hidden2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-hidden3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.pagination li a, ul.pagination li button{
  font-size: 16px;
}
.pagination-centered ul.pagination li span{
  padding: 0.0625rem 0.625rem 0.0625rem;
}
.pagination-centered ul.pagination li{
  vertical-align: top;
}
.hidden_wap{
  display: block;
}
.hidden_pc{
  display: none;
}
.top-bar {
  background: #02599f;
}
.top-bar .top-bar-section .left {
  display: flex;
}
.top-bar .top-bar-section .left li {
  float: initial;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}
.swiper-pagination {
  bottom: 10px;
  right: 0.625rem;
  text-align: right;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4584c;
}
.header {
  height: 100px;
  display: flex;
  *display: flex;
  align-items: center;
  justify-content: space-between;
}
.header h1{
  float: left;
}
.header .search {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.header .search .input_text {
  width: 289px;
  height: 42px;
  padding-left: 10px;
  background-color: #f2f2f2;
  color: #333;
  border: solid 1px #e7e7e7;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.header .search .input_text::-webkit-input-placeholder {
  color: #757575;
}
.header .search .submit {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 42px;
  border-radius: 0 5px 5px 0;
  background: #02599f url(../images/ss.png) no-repeat center;
  background-size: 15px;
  background-size: center;
  margin-left: -3px;
  border-radius: 5px;
  color: #fff;
}
.row {
  max-width: 100%;
}
.top-nav {
  background-color: #02599f;
  height: 4.1875rem;
}
.content .nav_con {
  display: flex;
}
.content .nav_con li {
  flex: 1;
  float: left;
  min-width: 120px;
}
.content .nav_con li a {
  display: block;
  color: #FFFFFF;
  line-height: 4.1875rem;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}
.top_news {
  margin: 1.9375rem auto;
}
.top_news .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.top_news .swiper-container .swiper-wrapper .swiper-slide p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.67);
  color: #fff;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.8125rem;
}
/**/

.swiper_banner_pc .bd ul li {
  position: relative;
}
.swiper_banner_pc .bd ul li p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.47);
  color: #fff;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.8125rem;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 27px;
  bottom: 16px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: rgba(0,0,0,0.37);
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f4584c;
  color: #fff;
}
.slideBox img{
  width: 100%;
}
  /**/
.title {
  position: relative;
  font-size: 1.475rem;
  color: #000;
  font-weight: bold;
  padding-left: 0.625rem;
  border-bottom: solid 1px #e0e0e0;
}
.title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  background-color: #02599f;
}
.title .more {
  font-size: 0.8125rem;
  color: #999;
}
.news_top_right .top_news_t {
  margin-top: 1.25rem;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: .35rem;
}
.news_top_right .top_news_t .title_l {
  font-size: 1.5rem;
  color: #02599f;
}
.news_top_right .top_news_t .text-hidden2 {
  color: #aaaaaa;
  font-size: 0.975rem;
}
.news_top_right .news_top_right_item {
  padding: 1.0625rem 0;
  margin: 0;
}
.news_top_right .news_top_right_item li {
  line-height: 2.5;
}
.news_top_right .news_top_right_item li:hover a {
  color: #02599f;
}
.news_top_right .news_top_right_item li a {
  display: block;
  font-size: 16px;
  color: #333;
  transition: all 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_top_right .news_top_right_item li a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #dfdfdf;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
.news_top_right .news_top_right_item li a span.icon1 {
  background-color: #fa5947;
}
.news_top_right .news_top_right_item li a span.icon2 {
  background-color: #f5874a;
}
.news_top_right .news_top_right_item li a span.icon3 {
  background-color: #f5874a;
}
.news_top_right .news_top_right_item li a span.icon4 {
  background-color: #dfdfdf;
  /*background-color: transparent;*/
}
.news_top_right .news_top_right_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.pl {
  padding-left: 0;
}
.pr {
  padding-right: 0;
}
.gg img {
  max-width: 100%;
}
ul {
  margin: 0;
}
.news_tg {
  margin: 1.9375rem auto;
}
.news_tg .news_tg_li .news_top_item li {
  position: relative;
  padding-left: 10px;
  line-height: 3;
  border-bottom: solid 1px #e0e0e0;
}
.news_tg .news_tg_li .news_top_item li:hover a {
  color: #02599f;
}
.news_tg .news_tg_li .news_top_item li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .news_tg_li .news_top_item li a {
  display: block;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .news_tg_li .news_top_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.news_tg .hy_news_top {
  display: flex;
  margin: 0.87rem auto;
}
.news_tg .hy_news_top .hy_news_top_img {
  flex-shrink: 0;
  width: 196px;
}
.news_tg .hy_news_top .hy_news_top_list {
  margin-left: 10px;
  flex-shrink: 0;
  width: 360px;
}
.news_tg .hy_news_top .hy_news_top_list li {
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
.news_tg .hy_news_top .hy_news_top_list li:hover a {
  color: #02599f;
}
.news_tg .hy_news_top .hy_news_top_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .hy_news_top .hy_news_top_list li a {
  display: block;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .hy_news_top .hy_news_top_list li a i {
  font-size: 0.8125rem;
  color: #999;
}
.news_tg .hy_news_list {
  border-top: solid 1px #e0e0e0;
}
.news_tg .hy_news_list li {
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
.news_tg .hy_news_list li:hover a {
  color: #02599f;
}
.news_tg .hy_news_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.news_tg .hy_news_list li a {
  display: block;
  *display:block;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_tg .hy_news_list li a i {
  font-size: 0.8125rem;
  color: #999;
}
.gcal .gcal_case {
  margin: 1.9375rem auto 0;
}
.gcal .gcal_case .swiper-wrapper .swiper-slide:hover p {
  color: #02599f;
}
.gcal .gcal_case .swiper-wrapper .swiper-slide p {
  line-height: 2.2;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.gcal .gcal_case .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 154px;
}
/*pc-start*/
.gcal .gcal_case_pc {
  margin: 1.9375rem auto 0;
  overflow:hidden; position:relative;
}
.gcal .gcal_case_pc .picList li:hover .gcal_case_title {
  color: #02599f;
}
.gcal .gcal_case_pc .picList{ overflow:hidden; zoom:1; }
.gcal .gcal_case_pc .picList li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;
width: 221px;
}
.gcal .gcal_case_pc .picList li .gcal_case_title{
  line-height: 2.2;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.gcal .gcal_case_pc .picList li .pic img{
  width: 100%;
  height: 154px;
}
/*pc-end*/
.xx_list li {
  margin-top: 1.25rem;
  background: linear-gradient(to bottom right, #1b92ca, #1db9b0);
}
.xx_list li + li {
  background: linear-gradient(to bottom right, #a4453e, #bf3d2e);
}
.xx_list li + li + li {
  background: linear-gradient(to bottom right, #435e85, #05599d);
}
.xx_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.xx_list li a span {
  margin-right: 0.625rem;
}
.xx_list li a span img {
  width: 2.6875rem;
}
.xx_list li a .test {
  color: #fff;
}
.xx_list li a .test p {
  font-size: 1.625rem;
  margin: 0;
}
.xx_list li a .test i {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.ryzt .hy_news_top .top_news_t {
  width: 279px;
  margin-left: 10px;
}
.ryzt .hy_news_top .top_news_t .title_l {
  font-size: 1.25rem;
  color: #02599f;
}
.xzsp .vide {
  min-height: 12.875rem;
  margin: 0.87rem auto;
  width: 100%;
  position: relative;
}
.xzsp .vide video{
  width: 100%;
  height: 100%;
}
.xzsp .vide .div_img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}
.xzsp .vide .div_img img {
  width: 3.375rem;
}
.no_bt {
  border-top: none !important;
}
.footer {
  background-color: #02599f;
  padding: 2.5rem 0;
}
.footer .footer_con .link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
}
.footer .footer_con .link .select {
  /*margin: 0 0.625rem;*/
  /*max-width: 15.9375rem;*/
  /*border: none;*/
  /*border-radius: 5px;*/
  /*background-color: #0f61a4;*/
  /*color: rgba(255, 255, 255, 0.75);*/
  /*position: relative;*/
  margin: 0 0.625rem;
  max-width: 15.9375rem;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  color: rgba(48, 48, 48, 0.75);
  position: relative;
  background-image: none;
  padding: 0 10px;
}
.footer .footer_con .link .select:-ms-expand {
  display: none;
}
.footer .footer_con .link .select i {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 30px solid #fff;
}
.footer .footer_con .footer_text {
  margin-top: 3.75rem;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer_con .footer_text a{
  color: rgba(255, 255, 255, 0.75);
}
.cd {
  display: none;
}
.mbx {
  background-color: #fff;
  line-height: 4.375rem;
  height: 4.375rem;
  border-bottom: solid 1px #e0e0e0;
}
.mbx .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mbx .content .mbx_nav {
  font-size: 0.975rem;
  color: rgba(51, 51, 51, 0.8);
}
.mbx .content .mbx_nav img {
  width: 12px;
}
.mbx .content .mbx_nav a {
  font-size: 0.975rem;
  color: rgba(51, 51, 51, 0.8);
}
.mbx .content .sub_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.mbx .content .sub_li li {
  border-left: solid 1px #e0e0e0;
  position: relative;
}
.mbx .content .sub_li li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #02599f;
}
.mbx .content .sub_li li a {
  line-height: 4.37rem;
  padding: 0 1.25rem;
  font-size: 0.975rem;
  color: rgba(51, 51, 51, 0.8);
}
.case_content {
  background-color: #f3f3f3;
  padding: 3.125rem 0;
}
.case_content .case_list li {
  margin-bottom: 1.25rem;
}
.case_content .case_list li:hover a {
  background-color: #02599f;
}
.case_content .case_list li:hover a .case_list_img .case_list_img_sp {
  display: flex;
}
.case_content .case_list li:hover a p {
  color: #fff;
}
.case_content .case_list li:hover a .more {
  background: url(../images/more_e.png) no-repeat left 0.65rem center;
}
.case_content .case_list li a {
  display: block;
  background: #fff;
  padding-bottom: 0.625rem;
  transition: all 0.4s;
}
.case_content .case_list li a .case_list_img {
  position: relative;
  height: 154px;
}
.case_content .case_list li a .case_list_img img {
  width: 100%;
  height: 100%;
}
.case_content .case_list li a .case_list_img .case_list_img_sp {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  align-items: center;
  justify-content: center;
  display: none;
}
.case_content .case_list li a .case_list_img .case_list_img_sp img {
  width: 4.875rem;
  height:  4.875rem;
}
.case_content .case_list li a p {
  padding: 0.625rem;
  font-size: 0.975rem;
  color: #333333;
}
.case_content .case_list li a .more {
  display: block;
  background: url(../images/more.png) no-repeat left 0.65rem center;
  width: 100%;
  height: 1.25rem;
  transition: all 0.5s;
}
.pagination-centered .pagination li {
  border: solid 1px #e0e0e0;
  background-color: #e8e9eb;
}
.pagination-centered .pagination li.current {
  border: solid 1px #e0e0e0;
}
.pagination-centered .pagination li.current a {
  background-color: #02599f;
}
.ny_banner img {
  max-width: 100%;
}
.dy_content {
  background-color: #fff;
  border-top: solid 1.25rem #f3f3f3;
}
.dy_content .dy_con .about_Text .ny_title {
  text-indent: 101px;
  font-size: 2.5rem;
  color: #333;
  background: url(../images/about_bj.png) no-repeat right bottom;
}
.dy_content .dy_con .about_Text .sub_title {
  display: block;
  text-indent: 24px;
  font-size: 1.125rem;
  color: #bcbcbc;
}
.dy_content .dy_con .about_Text .text {
  margin-top: 1.25rem;
  font-size: 0.975rem;
  color: #333333;
  line-height: 2;
  text-align: justify;
}
.gsry_con {
  margin: 3.75rem auto;
}
.gsry_con .ny_conter_title {
  text-align: center;
}
.gsry_con .ny_conter_title h5 {
  font-size: 2.5rem;
  color: #333333;
}
.gsry_con .ny_conter_title p {
  font-size: 1.125rem;
  color: #bcbcbc;
}
.gsry_con .gsry_list {
  margin-top: 2.5rem;
}
.gsry_con .gsry_list li a img {
  border: solid 1px #e0e0e0;
  padding: 5px;
  width: 100%;
}
.gsry_con .gsry_list li a p {
  font-size: 14px;
  color: #333;
  line-height: 2.2;
}
.gsry_con .gszz_list {
  margin-top: 2.5rem;
}
.gsry_con .gszz_list li {
  margin-bottom: 1.25rem;
}
.gsry_con .gszz_list li a {
  border: solid 1px #e0e0e0;
  padding: 1.875rem;
  display: block;
  position: relative;
}
.gsry_con .gszz_list li a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 4.6875rem;
  width: 4px;
  background-color: #02599f;
}
.gsry_con .gszz_list li a p {
  font-size: 1.125rem;
  color: #333;
}
.gsry_con .gszz_list li a span {
  display: block;
  font-size: 0.875rem;
  color: #888888;
}
.lxwm_list li:first-child {
  padding-left: 0;
}
.lxwm_list li:last-child {
  padding-right: 0;
}
.lxwm_list .lxwm_item {
  background-color: #fff;
  border-radius: 5px;
  border: solidd 1px #e0e0e0;
  padding: 1.875rem 0;
  text-align: center;
}
.lxwm_list .lxwm_item p {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  color: #787878;
  font-weight: bold;
}
.lxwm_list .lxwm_item em {
  font-size: 1.0625rem;
  line-height: 2;
}
.map {
  margin: 1.875rem auto;
}
.download_list li {
  margin-bottom: 1.25rem;
}
.download_list li:hover a {
  background-color: #02599f;
  border-color: #02599f;
}
.download_list li:hover a p {
  color: #fff;
}
.download_list li:hover a p i {
  color: #fff;
}
.download_list li:hover a .more {
  color: #02599f;
  background: #fff url(../images/download.png) no-repeat right 1.25rem center;
  background-size: 15px;
}
.download_list li a {
  display: block;
  background-color: #fff;
  padding: 2.5rem 1.875rem;
  border: solid 1px #e0e0e0;
  transition: all 0.4s;
}
.download_list li a p {
  font-size: 1.25rem;
  color: #333333;
}
.download_list li a p i {
  color: #9c9c9c;
  font-size: 0.875rem;
}
.download_list li a .more {
  margin-top: 1.25rem;
  display: block;
  width: 157px;
  height: 49px;
  color: #fff;
  padding-left: 1.25rem;
  line-height: 49px;
  border-radius: 5px;
  background: #02599f url(../images/download1.png) no-repeat right 1.25rem center;
  background-size: 15px;
}
.info {
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #e0e0e0;
}
.info .info_title {
  font-size: 1.625rem;
  color: #333333;
  text-align: center;
}
.info .info_sub_title {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #b9b9b9;
  text-align: center;
}
.info .info_text {
  margin-top: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.info .pages_li {
  margin-top: 1.25rem;
}
.info .pages_li li {
  line-height: 2;
}
.info .pages_li li:hover a {
  color: #02599f;
}
.info .pages_li li a {
  display: block;
  font-size: 0.875rem;
  color: #333;
}
.info_right .news_tg_li {
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #e0e0e0;
}
.info_right .news_tg_li .news_top_item li {
  position: relative;
  padding-left: 10px;
  line-height: 3;
  border-bottom: solid 1px #e0e0e0;
}
.info_right .news_tg_li .news_top_item li:hover a {
  color: #02599f;
}
.info_right .news_tg_li .news_top_item li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #cccccc;
  border-radius: 50%;
}
.info_right .news_tg_li .news_top_item li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.info_right .news_tg_li .news_top_item li a i {
  font-size: 0.8125rem;
  color: #999;
}
.news_list_top .hy_news_top {
  display: flex;
  margin: 0.87rem auto 0;
}
.news_list_top .hy_news_top .hy_news_top_img {
  flex-shrink: 0;
  width: 418px;
}
.news_list_top .hy_news_top .hy_news_top_img img{
  width: 100%;
}
.news_list_top .hy_news_top .top_news_t {
  margin-left: 1.25rem;
}
.news_list_top .hy_news_top .top_news_t:hover .more {
  border: solid 1px #02599f;
  color: #02599f;
}
.news_list_top .hy_news_top .top_news_t .title_l {
  font-size: 1.5rem;
  color: #02599f;
}
.news_list_top .hy_news_top .top_news_t .info_sub_title {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #b9b9b9;
}
.news_list_top .hy_news_top .top_news_t .text-hidden3 {
  color: #aaaaaa;
  font-size: 0.975rem;
  line-height: 2;
  margin: 2.5rem auto;
}
.news_list_top .hy_news_top .top_news_t .more {
  display: block;
  width: 9.875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  font-size: 0.875rem;
  color: #a0a0a0;
  border: solid 1px #e0e0e0;
  transition: all 0.5s;
}
.news_list_li {
  margin-top: 2.5rem;
}
.news_list_li li {
  margin-bottom: 2.375rem;
  transition: all 0.5s;
}
.news_list_li li:hover a .time {
  background: linear-gradient(to bottom right, #0584bf, #0365a9);
}
.news_list_li li:hover a .time .day,
.news_list_li li:hover a .time .month {
  color: #fff;
}
.news_list_li li:hover a .time .day::after,
.news_list_li li:hover a .time .month::after {
  background-color: #fff;
}
.news_list_li li:hover a .text .title_l {
  color: #02599f;
}
.news_list_li li a {
  display: flex;
  border: solid 1px #e0e0e0;
}
.news_list_li li a .time {
  padding: 36px 0 36px 1.25rem;
  border-right: solid 1px #e0e0e0;
  flex-shrink: 0;
  width: 111px;
  text-align: left;
  transition: all 0.5s;
  background-color: #fff;
}
.news_list_li li a .time .day {
  font-size: 1.6875rem;
  color: #02599f;
  display: block;
  position: relative;
}
.news_list_li li a .time .day::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  height: 1px;
  background-color: #02599f;
}
.news_list_li li a .time .month {
  margin-top: 0.625rem;
  display: block;
  font-size: 1.375rem;
  color: #757575;
}
.news_list_li li a .text {
  padding: 36px 3.125rem;
  width: 89%;
}
.news_list_li li a .text .title_l {
  font-size: 1.625rem;
  color: #333333;
  font-weight: bold;
  line-height: 2;

}
.news_list_li li a .text .text-hidden3 {
  font-size: 0.9375rem;
  color: #696969;
}
.wap_time {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .content,
  .header {
    width: 53.6em;
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
  .news_list_top .hy_news_top .top_news_t{
    width: 760px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
  body {
    font-size: 12px;
  }
  .content,
  .header {
    width: 90%;
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
  .xx_list li a span img {
    width: 2rem;
  }
  .xx_list li a .test p {
    font-size: 1.25rem;
  }
  .xx_list li a .test i {
    font-size: 0.675rem;
  }
}
@media only screen and (max-width: 1023px) {
  #floatAd1,#msgPanel{
    display: none;
  }
  .top_news {
    margin-top: 4rem;
  }
  .swiper_banner {
    height: 13.75rem !important;
  }
  .header {
    padding: 0.34rem 1.15rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.125rem;
    background: #fff;
    z-index: 22;
  }
  .header h1 img {
    width: 90%;
  }
  .header .search {
    display: none;
  }
  .header .search .input_text {
    display: none;
  }
  .header .search .submit {
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
  }
  .header .cd {
    display: block;
  }
  .header .cd img {
    width: 4rem;
    transition: all 0.4s;
  }
  .top-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 222;
  }
  .top-nav .content {
    width: 40%;
    height: 100%;
    background: #02599f;
    margin: 0 0 0 auto;
  }
  .top-nav .content .nav_con {
    display: inline;
  }
  .top-nav .content .nav_con li {
    display: block;
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .title-area {
    display: none;
  }
  .news_top_right .top_news_t {
    padding-bottom: 0.625rem;
  }
  .footer .footer_con .link {
    display: inline;
  }
  .footer .footer_con .link .select {
    margin: 0.625rem auto;
    max-width: 100%;
  }
  .pl,
  .pr,
  .xzsp {
    padding: 0;
  }
  .news_tg_li_right {
    margin: 1.9375rem auto 0;
  }
  .news_tg .hy_news_top {
    display: inline;
  }
  .news_tg .hy_news_top .hy_news_top_img {
    margin: 1.05rem auto;
  }
  .news_tg .hy_news_top .hy_news_top_list {
    margin: 0 auto;
    width: 100%;
  }
  .news_tg .hy_news_top img {
    width: 100%;
  }
  .ryzt .hy_news_top .top_news_t {
    width: 100%;
  }
  .ryzt .hy_news_top .top_news_t {
    margin: 10px auto;
  }
  .xx_list li a {
    justify-content: center;
  }
  .xx_list li a .test {
    margin-left: 0.625rem;
  }
  .gcal_case {
    height: 11.5rem !important;
    text-align: center;
  }
  .gcal_case img {
    width: 100%;
    height: 108px;
  }
  .gcal_case .swiper-button-next,
  .gcal_case .swiper-button-prev {
    color: #02599f;
  }
  .mbx .content .mbx_nav {
    display: none;
  }
  .info_left {
    width: 100%;
    padding: 0;
  }
  .wap_hiddle {
    display: none;
  }
  .lxwm_list li {
    margin: 0.625rem auto;
  }
  .lxwm_list li:nth-of-type(3) {
    padding-left: 0;
  }
  .lxwm_list li .lxwm_item img {
    width: 50px;
  }
  .about_img {
    margin-bottom: 1.25rem;
  }
  .gsry_con {
    margin-bottom: 0;
  }
  .wap_time {
    display: block;
    font-size: 0.875rem;
    color: #999;
  }
  .news_list_li li a .text {
    padding: 0.625rem;
    width: 100%;
  }
  .news_list_top .hy_news_top {
    display: inline;
  }
  .news_list_top .hy_news_top .hy_news_top_img {
    width: 100%;
  }
  .news_list_top .hy_news_top .hy_news_top_img img{
    width: 100%;
  }
  .news_list_top .hy_news_top .top_news_t {
    width: 100%;
    margin: 0.625rem 0;
  }
  .news_list_top .hy_news_top .top_news_t .text-hidden3 {
    margin: 0.625rem 0;
  }
  .info_right {
    width: 100%;
    padding: 0;
    margin: 1.25rem auto;
  }
  .hidden_wap{
    display: none;
  }
  .hidden_pc{
    display: block;
  }
  .pv-video-player{
    height: 300px!important;
  }
}
